Revision control
Copy as Markdown
# ``ComponentLibrary/HeaderView``
The view which is used as a header for sheets, such as a bottom sheet, where some details are displayed.
## Overview
The `HeaderView` is a subclass of the `UIView`. The view designed to serve as a header in a user interface. It displays a title, subtitle, favicon (icon), a main button and a close button. It also supports accessibility features and customizable theming. It can be used as a header for displaying information about a web page, user profile, or any other context that requires a title, subtitle, and action buttons.
## Illustration
> This image is illustrative only. For precise examples of iOS implementation, please run the SampleApplication.
@TabNavigator {
@Tab("Light") {

}
@Tab("Dark") {

}
}